Skip to main content
Version: 1.0.2

EOD Roll Over Sync

The EODRollOverSync method enables to receive notification for the FedNow 'End of Day rollover' information

Method: InboundServiceClient:EODRollOverSync

Headers

NameValue
Credential"Basic c3VwcG9ydCsxQG5ldHN5cy1pbmMuY29tOjM5ZDYxOGJkNTVmN5NWQxY2RlNDE5"
Signature"{{signature}}"

Example

Payload Parameters
ParameterDescription

dateTime

Mandatory

Number

Date and time of the roll over process was initiated

Example – "0001-01-01T00:00:00Z"

messageType

Mandatory

String

Type of rollover sync message being processed

Example – "ROLL"

processor

Mandatory

String

Payment channel through which the transaction happens

Example – "FEDNOW"

uuid

Mandatory

String

Unique ID present in the message

Example – "180cc1ac-22d1-4163-ada7-ebed6df6cad7"

Request Body (Applicable only for FedNow)


{
"dateTime": "0001-01-01T00:00:00Z",
"messageType": "ROLL",
"processor": "FEDNOW",
"uuid": "180cc1ac-22d1-4163-ada7-ebed6df6cad7"
}

Response

Response Parameters
ParameterDescription

status

String

Status of the rollover sync process

Example – "Accepted"

Response Body (Applicable only for FedNow)


{
"status": "Accepted"
}